configuration / chassis0 / slots / [SLOT-ID] / [gps180] / module / mrs / xmulti / priority / priority[ID]

CLI REST-API

fix-offset

Fix-Offset-Of-Refclk
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
PZF180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/mrs/xmulti/priority/priority[ID]
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/mrs/xmulti/priority/priority[ID]/type
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/mrs/xmulti/priority/priority[ID]/precision
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/mrs/xmulti/priority/priority[ID]/limit

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/mrs/xmulti/priority/priority.*


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/mrs/xmulti/priority/priority.*


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/mrs/xmulti/priority/priority.*
Body:
{
  "fix-offset": 0
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/mrs/xmulti/priority/priority.* -d
{
  "fix-offset": 0
}